DATA _NULL_; a=mean(1,2,3,4,5); b=exp(3); c=var(10,20,30); d=poisson(1,2); PUT a b c d; RUN;